home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 30
/
Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso
/
Aminet
/
dev
/
lang
/
SmallEiffel.lha
/
SmallEiffel
/
lib_show
/
animal
/
quadrupede.e
< prev
next >
Wrap
Text File
|
1998-12-22
|
245b
|
16 lines
deferred class QUADRUPEDE
inherit
ANIMAL
redefine reproduction
end;
feature {ANY}
reproduction(autre: ANIMAL): ANIMAL is
do
Result := autre.reproduction_avec_quadrupede(Current);
end;
end -- QUADRUPEDE